biurad / php-sdk
A modern PHP framework, build with nette, symfony and biurad libraries
Requires
- php: ^7.2
- biurad/biurad-caching: ^0.2
- biurad/biurad-events-bus: ^0.1
- biurad/biurad-http: ^0.1
- biurad/biurad-http-cache: ^0.1
- biurad/biurad-loader: ^0.1
- biurad/biurad-scaffolder: ^0.1
- biurad/biurad-security: ^0.1
- biurad/biurad-sessions: ^0.1
- biurad/biurad-templating: ^0.1
- biurad/biurad-terminal: ^0.1
- biurad/doctrine-annotations-bridge: ^0.1
- biurad/flight-routing-bridge: ^0.1
- biurad/monolog-bridge: ^0.1
- biurad/nette-di-bridge: ^0.1
- tracy/tracy: ^2.7
Requires (Dev)
- laminas/laminas-stdlib: ^3.2.1
- phpunit/phpunit: ^8.4
- roave/security-advisories: dev-master
- symfony/dotenv: ^4.4
Suggests
- biurad/biurad-database: A high performance, easy to use database system for your project
- biurad/biurad-documentation: The official documentation for BiuradPHP
- biurad/biurad-flysystem: A FileManager for handling filesytem on local disk and cloud storage
- biurad/biurad-mvc-module: An enterprise system building your amazing project
- biurad/cycle-orm-bridge: A high performance ORM database system for biurad/biurad-database
- biurad/latte-bridge: An amazing template engine for biurad/biurad-templating
- symfony-forms-brdige: An amazing tool allowing you to create, process and reuse html forms.
- symfony-translation-bridge: An amazing tool for creating an internationalized application
This package is auto-updated.
Last update: 2022-03-01 00:38:02 UTC
README
Model-View-Controller is a software architecture that was created to satisfy the need to separate utility code (controller) from application logic code (model) and from code for displaying data (view) in applications with graphical user interface. With this approach we make the application better understandable, simplify future development and enable testing each unit of the application separately.
Please note that you can get the documentation for this dependency on Biurad website, http://biurad.com/biuradphp
Installation
The recommended way to install Framework Core is via Composer:
composer require biurad/php-sdk
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Testing
To run the tests you'll have to start the included node based server if any first in a separate terminal window.
With the server running, you can start testing.
vendor/bin/phpunit
Security
If you discover any security related issues, please report using the issue tracker. use our example Issue Report template.
Want to be listed on our projects website
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a message on our website, mentioning which of our package(s) you are using.
Post Here: Project Patreons - https://patreons.biurad.com
We publish all received request's on our website;
Credits
Support us
Biurad Lap
is a technology agency in Accra, Ghana. You'll find an overview of all our open source projects on our website.
Does your business depend on our contributions? Reach out and support us on to build more project's. We want to build over one hundred project's in two years. Support Us achieve our goal.
Reach out and support us on Patreon. All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff.
Thanks to all who made Donations and Pledges to Us.
License
The BSD-3-Clause . Please see License File for more information.