An open API service indexing awesome lists of open source software.

https://github.com/usagi/2014-php-example-c3

2014-php-example-C3
https://github.com/usagi/2014-php-example-c3

Last synced: 3 months ago
JSON representation

2014-php-example-C3

Awesome Lists containing this project

README

        

2014-php-example-C3
===================

The example-C3 for the my PHP lecture.

## How to use

1. Get the repos: `git clone https://github.com/usagi/2014-php-example-C3.git`
1. Change the current directory: `cd 2014-php-example-C3`
1. Check branches: `git branch`
1. Checkout branch: `git checkout initial-example`
1. Run PHP: `php pdo-1.php` or etc.

## Requirements

1. PHP ( >= 5.5 )

## License

- MIT for default

## Author

- Usagi Ito