elephox / framework
A type-safe PHP framework.
Installs: 299
Dependents: 10
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 18
Requires
- php: ^8.1 <8.3
- ext-ctype: *
- ext-json: *
- ext-mbstring: *
- elephox/mimey: ^4.0
- jetbrains/phpstorm-attributes: ^1.0
- nyholm/psr7: ^1.5
- psr/cache: ^3.0
- psr/clock: ^1.0
- psr/container: ^2.0
- psr/http-message: ^1.0
- psr/log: ^3.0
- ricardoboss/php-console-logger: ^2.3
- symfony/process: ^6.1
- vlucas/phpdotenv: ^5.5
Requires (Dev)
- brianium/paratest: ^6.7
- doctrine/orm: ^2.11
- elephox/builder-whoops-handler: dev-develop
- elephox/builder-whoops-middleware: dev-develop
- elephox/composer-module-sync: ^1.5
- ergebnis/composer-normalize: dev-main
- friendsofphp/php-cs-fixer: dev-master
- infection/infection: ^0.26
- mockery/mockery: ^1.5
- nunomaduro/collision: ^6.2
- php-http/psr7-integration-tests: ^1.1
- phpbench/phpbench: ^1.2
- phpunit/phpunit: ^9.5
- psalm/plugin-phpunit: ^0.16
- roave/no-leaks: ^1.3
- vimeo/psalm: dev-master
Suggests
- ext-fileinfo: To get the mime type of a file
Provides
Replaces
- elephox/autoloading: 0.9.0
- elephox/cache: 0.9.0
- elephox/clock: 0.9.0
- elephox/collection: 0.9.0
- elephox/configuration: 0.9.0
- elephox/console: 0.9.0
- elephox/di: 0.9.0
- elephox/events: 0.9.0
- elephox/files: 0.9.0
- elephox/http: 0.9.0
- elephox/logging: 0.9.0
- elephox/oor: 0.9.0
- elephox/stream: 0.9.0
- elephox/support: 0.9.0
- elephox/web: 0.9.0
- dev-develop
- 0.9.0
- 0.8.0
- 0.8.0-alpha2
- 0.8.0-alpha1
- v0.7.0
- v0.6.0
- v0.5.0
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- 0.4.0-alpha5
- 0.4.0-alpha4
- 0.4.0-alpha3
- 0.4.0-alpha2
- 0.4.0-alpha1
- 0.3.27
- v0.3.26
- v0.3.25
- v0.3.24
- v0.3.23
- v0.3.22
- v0.3.21
- v0.3.20
- v0.3.19
- v0.3.18
- v0.3.17
- v0.3.16
- v0.3.15
- v0.3.14
- v0.3.13
- v0.3.12
- v0.3.11
- v0.3.10
- v0.3.9
- v0.3.8
- v0.3.7
- v0.3.6
- v0.3.5
- v0.3.4
- v0.3.3
- v0.3.1
- v0.3
- v0.2.0
- v0.1.0
- dev-features/db
- dev-release/0.9
- dev-release/0.8
- dev-release/0.6
- dev-release/0.5
- dev-release/0.4
- dev-release/0.3
- dev-goal/promises
This package is auto-updated.
Last update: 2024-10-30 02:10:43 UTC
README
This is a library project providing building blocks for building your own PHP application.
📚 Documentation
Visit elephox.dev for the documentation.
🎯 Goals
Take a look at the goals for the first stable release here: Milestone 1
The overall project goals and future planning is done in the GitHub projects for this repository.
✨ Contributing
Contributions in all forms are welcome. Make sure to read elephox.dev/contributing for the details.
🏷️ Get the Badge
Using Elephox in your project? Add a badge to your README:
Replace the value of the style
parameter for different styles (flat
, flat-square
, plastic
, for-the-badge
).
[![Elephox Framework](https://img.shields.io/badge/framework-Elephox-blue?style=flat)](https://elephox.dev)
<a href="https://elephox.dev"><img alt="Elephox Framework" src="https://img.shields.io/badge/framework-Elephox-blue?style=flat"></a>
📋 Source code annotations
✅ To Do
- modules/Collection/src/ArrayList.php
- replace generic enumerable function with array-specific functions where possible
- modules/Collection/src/ArrayMap.php
- replace generic enumerable function with array-specific functions where possible
- modules/Collection/src/ArraySet.php
- replace generic enumerable function with array-specific functions where possible
- modules/Collection/src/IsKeyedEnumerable.php
- rewrite more functions to use iterators
- modules/Collection/src/Iterator/OrderedIterator.php
- cache keys so they won't have to be re-calculated
- modules/Collection/src/ObjectSet.php
- use this style of assertion error messages for all assertions
- modules/DI/src/ServiceDescriptor.php
- Update TImplementation to extend TService once vimeo/psalm#7795 is resolved.
- modules/Files/test/DirectoryTest.php
- add test for symlink
- modules/Http/test/GeneratesResponsesTest.php
- Add test for both cases in which mime_content_type exists and not
- modules/Logging/test/SimpleFormatColorSinkTest.php
- write tests for background and options
- modules/Web/src/WebApplication.php
- use services from scoped service provider
⚠️ Fixes
- modules/Collection/src/IsEnumerable.php
- de-duplicate code from IsEnumerable and IsKeyedEnumerable where possible (move iterator creation to trait and return self with created iterator)
🤔 Maybe
- modules/Web/src/Middleware/DefaultNotFoundHandler.php
- use a standardized schema for errors in json