https://github.com/matheusolivesilva/oop-with-php-course
https://github.com/matheusolivesilva/oop-with-php-course
oop php7
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matheusolivesilva/oop-with-php-course
- Owner: matheusolivesilva
- Created: 2020-02-28T12:36:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T00:40:51.000Z (about 6 years ago)
- Last Synced: 2025-03-05T10:50:13.643Z (over 1 year ago)
- Topics: oop, php7
- Language: PHP
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OOP With PHP Course
This project was created during a course at [Alura](https://alura.com.br) as a part of PHP formation. Here you can see a system created using OOP principles.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
To run this system in your local machine, you must to have installed:
* PHP 7 or greater
### Installing
Installing this system it's pretty easy, just follow the step by step bellow:
1. First of all, clone or download this repo
2. Run the system with ````php -S localhost:yourporthere/ ````
3. Enjoy ;)
## Built With
This simple project was written with the techniques and tecnologies below:
* PHP 7
* VIM as editor
* A lot of concepts of OOP
## Author
* **Matheus Oliveira** - [Github](https://github.com/matheusolivesilva/) | [Linkedin](https://www.linkedin.com/in/matheusoliveirasilva/)