ugarit / framework
The Ugarit Framework.
Requires
- php: ^8.3
- composer-runtime-api: ^2.2
- ext-ctype: *
- ext-filter: *
- ext-hash: *
- ext-mbstring: *
- ext-openssl: *
- ext-session: *
- ext-tokenizer: *
- brick/math: ^0.14.2 || ^0.15 || ^0.16 || ^0.17 || ^0.18 || ^0.19
- doctrine/inflector: ^2.0.5
- dragonmantank/cron-expression: ^3.4
- egulias/email-validator: ^4.0
- fruitcake/php-cors: ^1.3
- guzzlehttp/guzzle: ^7.8.2 || ^8.0
- guzzlehttp/promises: ^2.0.3 || ^3.0
- guzzlehttp/psr7: ^2.9 || ^3.0
- guzzlehttp/uri-template: ^1.0 || ^2.0
- league/commonmark: ^2.8.1
- league/flysystem: ^3.25.1
- league/flysystem-local: ^3.25.1
- league/uri: ^7.5.1
- monolog/monolog: ^3.10
- nesbot/carbon: ^3.8.4
- nunomaduro/termwind: ^2.0
- psr/container: ^1.1.1 || ^2.0.1
- psr/http-message: ^1.0 || ^2.0
- psr/log: ^1.0 || ^2.0 || ^3.0
- psr/simple-cache: ^1.0 || ^2.0 || ^3.0
- ramsey/uuid: ^4.7
- symfony/console: ^7.4.0 || ^8.0.0
- symfony/error-handler: ^7.4.0 || ^8.0.0
- symfony/finder: ^7.4.0 || ^8.0.0
- symfony/http-foundation: ^7.4.0 || ^8.0.0
- symfony/http-kernel: ^7.4.0 || ^8.0.0
- symfony/mailer: ^7.4.0 || ^8.0.0
- symfony/mime: ^7.4.0 || ^8.0.0
- symfony/polyfill-php84: ^1.36
- symfony/polyfill-php85: ^1.36
- symfony/polyfill-php86: ^1.36
- symfony/process: ^7.4.5 || ^8.0.5
- symfony/routing: ^7.4.0 || ^8.0.0
- symfony/uid: ^7.4.0 || ^8.0.0
- symfony/var-dumper: ^7.4.0 || ^8.0.0
- tijsverkoyen/css-to-inline-styles: ^2.2.5
- ugarit/prompts: ^1.0
- ugarit/serializable-closure: ^1.0
- vlucas/phpdotenv: ^5.6.1
- voku/portable-ascii: ^2.0.2
Requires (Dev)
- ext-gmp: *
- ably/ably-php: ^1.0
- aws/aws-sdk-php: ^3.322.9
- fakerphp/faker: ^1.24
- intervention/image: ^4.0
- league/flysystem-aws-s3-v3: ^3.25.1
- league/flysystem-ftp: ^3.25.1
- league/flysystem-path-prefixing: ^3.25.1
- league/flysystem-read-only: ^3.25.1
- league/flysystem-sftp-v3: ^3.25.1
- mockery/mockery: ^1.6.10
- opis/json-schema: ^2.4.1
- orchestra/testbench-core: ^11.0.0
- pda/pheanstalk: ^7.0.0 || ^8.0.0
- php-http/discovery: ^1.15
- phpstan/phpstan: ^2.2.14
- phpunit/phpunit: ^11.5.50 || ^12.5.8 || ^13.0.3
- predis/predis: ^2.3 || ^3.0
- rector/rector: 2.6.3
- resend/resend-php: ^1.0
- symfony/cache: ^7.4.0 || ^8.0.0
- symfony/http-client: ^7.4.0 || ^8.0.0
- symfony/mercure: ^0.8.0
- symfony/psr-http-message-bridge: ^7.4.0 || ^8.0.0
- symfony/translation: ^7.4.0 || ^8.0.0
- ugarit/pint: ^1.0
- web-token/jwt-library: ^4.1
Suggests
- ext-apcu: Required to use the APC cache driver.
- ext-fileinfo: Required to use the Filesystem class.
- ext-ftp: Required to use the Flysystem FTP driver.
- ext-gd: Required to use Heritage\Http\Testing\FileFactory::image().
- ext-memcached: Required to use the memcache cache driver.
- ext-pcntl: Required to use all features of the queue worker and console signal trapping.
- ext-pdo: Required to use all database features.
- ext-posix: Required to use all features of the queue worker.
- ext-redis: Required to use the Redis cache and queue drivers (^4.0 || ^5.0 || ^6.0).
- ably/ably-php: Required to use the Ably broadcast driver (^1.0).
- aws/aws-sdk-php: Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).
- brianium/paratest: Required to run tests in parallel (^7.0 || ^8.0).
- fakerphp/faker: Required to generate fake data using the fake() helper (^1.23).
- filp/whoops: Required for friendly error pages in development (^2.14.3).
- intervention/image: Required to use the image processing features (^4.0).
- league/flysystem-aws-s3-v3: Required to use the Flysystem S3 driver (^3.25.1).
- league/flysystem-ftp: Required to use the Flysystem FTP driver (^3.25.1).
- league/flysystem-path-prefixing: Required to use the scoped driver (^3.25.1).
- league/flysystem-read-only: Required to use read-only disks (^3.25.1)
- league/flysystem-sftp-v3: Required to use the Flysystem SFTP driver (^3.25.1).
- mockery/mockery: Required to use mocking (^1.6).
- pda/pheanstalk: Required to use the beanstalk queue driver (^7.0 || ^8.0).
- php-http/discovery: Required to use PSR-7 bridging features (^1.15).
- phpunit/phpunit: Required to use assertions and run tests (^11.5.50 || ^12.5.8 || ^13.0.3).
- predis/predis: Required to use the predis connector (^2.3 || ^3.0).
- pusher/pusher-php-server: Required to use the Pusher broadcast driver (^6.0 || ^7.0).
- resend/resend-php: Required to enable support for the Resend mail transport (^0.10.0 || ^1.0).
- spatie/fork: Required to use the 'fork' concurrency driver (^1.2).
- symfony/cache: Required to PSR-6 cache bridge (^7.4 || ^8.0).
- symfony/filesystem: Required to enable support for relative symbolic links (^7.4 || ^8.0).
- symfony/http-client: Required to enable support for the Symfony API mail transports (^7.4 || ^8.0).
- symfony/mailgun-mailer: Required to enable support for the Mailgun mail transport (^7.4 || ^8.0).
- symfony/mercure: Required to use the Mercure broadcast driver (^0.8).
- symfony/postmark-mailer: Required to enable support for the Postmark mail transport (^7.4 || ^8.0).
- symfony/psr-http-message-bridge: Required to use PSR-7 bridging features (^7.4 || ^8.0).
- ugarit/tinker: Required to use the tinker console command (^2.0).
- web-token/jwt-library: Required to sign Mercure JWTs and use end-to-end encrypted channels (^4.1).
Provides
- psr/container-implementation: 1.1 || 2.0
- psr/log-implementation: 1.0 || 2.0 || 3.0
- psr/simple-cache-implementation: 1.0 || 2.0 || 3.0
Conflicts
- tightenco/collect: <5.5.33
Replaces
- heritage/auth: 1.0.4
- heritage/broadcasting: 1.0.4
- heritage/bus: 1.0.4
- heritage/cache: 1.0.4
- heritage/collections: 1.0.4
- heritage/concurrency: 1.0.4
- heritage/conditionable: 1.0.4
- heritage/config: 1.0.4
- heritage/console: 1.0.4
- heritage/container: 1.0.4
- heritage/contracts: 1.0.4
- heritage/cookie: 1.0.4
- heritage/database: 1.0.4
- heritage/encryption: 1.0.4
- heritage/events: 1.0.4
- heritage/filesystem: 1.0.4
- heritage/hashing: 1.0.4
- heritage/http: 1.0.4
- heritage/image: 1.0.4
- heritage/json-schema: 1.0.4
- heritage/log: 1.0.4
- heritage/macroable: 1.0.4
- heritage/mail: 1.0.4
- heritage/notifications: 1.0.4
- heritage/pagination: 1.0.4
- heritage/pipeline: 1.0.4
- heritage/process: 1.0.4
- heritage/queue: 1.0.4
- heritage/redis: 1.0.4
- heritage/reflection: 1.0.4
- heritage/routing: 1.0.4
- heritage/session: 1.0.4
- heritage/support: 1.0.4
- heritage/testing: 1.0.4
- heritage/translation: 1.0.4
- heritage/validation: 1.0.4
- heritage/view: 1.0.4
- spatie/once: *
README
About Ugarit
Note: This repository contains the core code of the Ugarit framework. If you want to build an application using Ugarit, visit the main Ugarit repository.
Ugarit is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Ugarit attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Ugarit is accessible, yet powerful, providing tools needed for large, robust applications.
Learning Ugarit
Documentation can be found on the Ugarit documentation.
Contributing
Thank you for considering contributing to the Ugarit framework! The contribution guide can be found in the Ugarit documentation.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The Ugarit framework is open-sourced software licensed under the MIT license.