To get a local copy up and running follow these simple steps.
Application uses Composer to install unit testing dependencies and configure PSR-4 autoloading. If you aren't familiar with Composer, please refer to the linked website for instructions of how to get started.
You'll need to use PHP 7.4.
git clone https://github.com/shorif2000/coding-php.git
cd coding-php
composer update
php src/index.php search 2022-01-01 12:30
./vendor/bin/phpunit tests
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Sharif Uddin
Project Link: https://github.com/shorif2000/coding-php