spot2
Spot v2.x DataMapper built on top of Doctrine's Database Abstraction Layer
File Explorer
Download Latest Version (.zip)- php.yml
- Collection.php
- Manager.php
- Laravel.php
- Equals.php
- FullText.php
- FullTextBoolean.php
- GreaterThan.php
- GreaterThanOrEqual.php
- In.php
- LessThan.php
- LessThanOrEqual.php
- Like.php
- Not.php
- RegExp.php
- Resolver.php
- BelongsTo.php
- HasMany.php
- HasManyThrough.php
- HasOne.php
- RelationAbstract.php
- Config.php
- Entity.php
- EntityInterface.php
- EventEmitter.php
- Exception.php
- Locator.php
- Mapper.php
- MapperInterface.php
- Query.php
- Search.php
- Comment.php
- Test.php
- ArrayObjectType.php
- Author.php
- CustomMethods.php
- DefaultValue.php
- Event.php
- Legacy.php
- MultipleIndexedField.php
- MultipleUniques.php
- NoSerial.php
- NotNullOverride.php
- PolymorphicComment.php
- Post.php
- PostTag.php
- RecursiveEntity.php
- Report.php
- Setting.php
- Tag.php
- Type.php
- Zip.php
- Event.php
- Encrypted.php
- ArrayObjectTypes.php
- Collection.php
- Config.php
- CRUD.php
- DefaultValue.php
- DriverSpecific.php
- Entity.php
- Events.php
- FieldAlias.php
- ForeignKeys.php
- Indexes.php
- init.php
- Insert.php
- Locator.php
- Manager.php
- Mapper.php
- MultipleUniques.php
- QuerySql.php
- Relations.php
- RelationsEagerLoading.php
- RelationsPolymorphic.php
- SchemaQuerySql.php
- Scopes.php
- Transactions.php
- Validation.php
- .gitattributes
- .gitignore
- composer.json
- CONTRIBUTING.md
- LICENSE.txt
- phpunit_mysql.xml
- phpunit_pgsql.xml
- phpunit_sqlite.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/spotorm/spot2
Downloads the entire project code from GitHub to your computer.
cd spot2
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require vlucas/spot2
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
