Skip to content

Commit 6b9699c

Browse files
authored
Merge pull request #10 from michalsn/namespace
Change namespace
2 parents 0844c4a + 3f85ca4 commit 6b9699c

58 files changed

Lines changed: 306 additions & 172 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Contributing to CodeIgniter4
2+
3+
CodeIgniter is a community driven project and accepts contributions of
4+
code and documentation from the community.
5+
6+
If you'd like to contribute, please read [Contributing to CodeIgniter](https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/README.md)
7+
in the [main repository](https://github.com/codeigniter4/CodeIgniter4).
8+
9+
If you are going to contribute to this repository, please report bugs or send PRs
10+
to this repository instead of the main repository.

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

33
Copyright (c) 2023 Michal Sniatala
4+
Copyright (c) 2023 CodeIgniter Foundation
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
Queues for the CodeIgniter 4 framework.
44

5-
[![PHPUnit](https://github.com/michalsn/codeigniter-queue/actions/workflows/phpunit.yml/badge.svg)](https://github.com/michalsn/codeigniter-queue/actions/workflows/phpunit.yml)
6-
[![PHPStan](https://github.com/michalsn/codeigniter-queue/actions/workflows/phpstan.yml/badge.svg)](https://github.com/michalsn/codeigniter-queue/actions/workflows/phpstan.yml)
7-
[![Deptrac](https://github.com/michalsn/codeigniter-queue/actions/workflows/deptrac.yml/badge.svg)](https://github.com/michalsn/codeigniter-queue/actions/workflows/deptrac.yml)
8-
[![Coverage Status](https://coveralls.io/repos/github/michalsn/codeigniter-queue/badge.svg?branch=develop)](https://coveralls.io/github/michalsn/codeigniter-queue?branch=develop)
5+
[![PHPUnit](https://github.com/codeigniter4/queue/actions/workflows/phpunit.yml/badge.svg)](https://github.com/codeigniter4/queue/actions/workflows/phpunit.yml)
6+
[![PHPStan](https://github.com/codeigniter4/queue/actions/workflows/phpstan.yml/badge.svg)](https://github.com/codeigniter4/queue/actions/workflows/phpstan.yml)
7+
[![Deptrac](https://github.com/codeigniter4/queue/actions/workflows/deptrac.yml/badge.svg)](https://github.com/codeigniter4/queue/actions/workflows/deptrac.yml)
8+
[![Coverage Status](https://coveralls.io/repos/github/codeigniter4/queue/badge.svg?branch=develop)](https://coveralls.io/github/codeigniter4/queue?branch=develop)
99

1010
![PHP](https://img.shields.io/badge/PHP-%5E8.1-blue)
1111
![CodeIgniter](https://img.shields.io/badge/CodeIgniter-%5E4.3-blue)
1212

1313
## Installation
1414

15-
composer require michalsn/codeigniter-queue
15+
composer require codeigniter4/queue
1616

1717
Migrate your database:
1818

@@ -58,4 +58,4 @@ Run the queue worker:
5858

5959
## Docs
6060

61-
https://michalsn.github.io/codeigniter-queue/
61+
https://codeigniter4.github.io/queue/

SECURITY.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Security Policy
2+
3+
The development team and community take all security issues seriously. **Please do not make public any uncovered flaws.**
4+
5+
## Reporting a Vulnerability
6+
7+
Thank you for improving the security of our code! Any assistance in removing security flaws will be acknowledged.
8+
9+
**Please report security flaws by emailing the development team directly: security@codeigniter.com**.
10+
11+
The lead maintainer will acknowledge your email within 48 hours, and will send a more detailed response within 48 hours indicating
12+
the next steps in handling your report. After the initial reply to your report, the security team will endeavor to keep you informed of the
13+
progress towards a fix and full announcement, and may ask for additional information or guidance.
14+
15+
## Disclosure Policy
16+
17+
When the security team receives a security bug report, they will assign it to a primary handler.
18+
This person will coordinate the fix and release process, involving the following steps:
19+
20+
- Confirm the problem and determine the affected versions.
21+
- Audit code to find any potential similar problems.
22+
- Prepare fixes for all releases still under maintenance. These fixes will be released as fast as possible.
23+
24+
## Comments on this Policy
25+
26+
If you have suggestions on how this process could be improved please submit a Pull Request.

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "michalsn/codeigniter-queue",
2+
"name": "codeigniter4/queue",
33
"description": "Queues for CodeIgniter 4 framework",
44
"license": "MIT",
55
"type": "library",
@@ -11,20 +11,20 @@
1111
"role": "Developer"
1212
}
1313
],
14-
"homepage": "https://github.com/michalsn/codeigniter-queue",
14+
"homepage": "https://github.com/codeigniter4/queue",
1515
"require": {
1616
"php": "^8.1"
1717
},
1818
"require-dev": {
1919
"codeigniter4/devkit": "^1.0",
20-
"codeigniter4/framework": "^4.4",
20+
"codeigniter4/framework": "^4.3",
2121
"predis/predis": "^2.0"
2222
},
2323
"minimum-stability": "dev",
2424
"prefer-stable": true,
2525
"autoload": {
2626
"psr-4": {
27-
"Michalsn\\CodeIgniterQueue\\": "src"
27+
"CodeIgniter\\Queue\\": "src"
2828
}
2929
},
3030
"autoload-dev": {

docs/assets/css/codeigniter.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[data-md-color-scheme="codeigniter"] {
2+
--md-primary-fg-color: #dd4814;
3+
--md-primary-fg-color--light: #ECB7B7;
4+
--md-primary-fg-color--dark: #90030C;
5+
6+
--md-default-bg-color: #fcfcfc;
7+
8+
--md-typeset-a-color: #e74c3c;
9+
--md-accent-fg-color: #97310e;
10+
11+
--md-accent-fg-color--transparent: #ECB7B7;
12+
13+
--md-code-bg-color: #ffffff;
14+
15+
.md-typeset code {
16+
border: 1px solid #e1e4e5;
17+
}
18+
}
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
[data-md-color-scheme="slate"] {
2+
--md-primary-fg-color: #b13a10;
3+
--md-primary-fg-color--light: #8d7474;
4+
--md-primary-fg-color--dark: #6d554d;
5+
6+
--md-default-bg-color: #1e2129;
7+
8+
--md-typeset-a-color: #ed6436;
9+
--md-accent-fg-color: #f18a67;
10+
11+
--md-accent-fg-color--transparent: #625151;
12+
13+
--md-code-bg-color: #282b2d;
14+
15+
.hljs-title,
16+
.hljs-title.class_,
17+
.hljs-title.class_.inherited__,
18+
.hljs-title.function_ {
19+
color: #c9a69b;
20+
}
21+
22+
.hljs-meta .hljs-string,
23+
.hljs-regexp,
24+
.hljs-string {
25+
color: #a3b4c7;
26+
}
27+
28+
.hljs-attr,
29+
.hljs-attribute,
30+
.hljs-literal,
31+
.hljs-meta,
32+
.hljs-number,
33+
.hljs-operator,
34+
.hljs-selector-attr,
35+
.hljs-selector-class,
36+
.hljs-selector-id,
37+
.hljs-variable {
38+
color: #c1b79f;
39+
}
40+
41+
.hljs-doctag,
42+
.hljs-keyword,
43+
.hljs-meta .hljs-keyword,
44+
.hljs-template-tag,
45+
.hljs-template-variable,
46+
.hljs-type,
47+
.hljs-variable.language_ {
48+
color: #c97100;
49+
}
50+
51+
.hljs-subst {
52+
color: #ddba52
53+
}
54+
55+
.md-typeset code {
56+
border: 1px solid #3f4547;
57+
}
58+
59+
.md-typeset .admonition.note,
60+
.md-typeset details.note {
61+
border-color: #2c5293;
62+
}
63+
64+
.md-typeset .note > .admonition-title:before,
65+
.md-typeset .note > summary:before {
66+
background-color: #2c5293;
67+
-webkit-mask-image: var(--md-admonition-icon--note);
68+
mask-image: var(--md-admonition-icon--note);
69+
}
70+
71+
}

docs/assets/favicon.ico

-9.76 KB
Binary file not shown.

docs/assets/github-dark-dimmed.css

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/assets/hljs.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)