PHP Classes

PHP Doctrine Person Table Skeleton: Provides a skeleton of tables for person entities

Recommend this page to a friend!
  Info   View files View files (54)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 90 This week: 1All time: 9,926 This week: 560Up
Version License PHP version Categories
person_db_skeleton 1.0.0BSD License7.3Databases, User Management, Libraries, P..., T...
Description 

Author

This package provides a skeleton of tables for person related entities for use in Doctrine based applications.

It provides entity classes that can be used to map objects that store information about a person and other relate types of objects that applications usually may need and can use with the PHP Doctrine ORM tool.

Currently it provides other person related entity classes like:

- Addresses
- Emails
- Email Types
- Genders
- People
- People Addresses
- People Emails
- People Phone Numbers
- People Photos
- Phone Numbers
- Phone Types
- Pronouns

Innovation Award
PHP Programming Innovation award nominee
March 2020
Number 11
Most applications that allow registered users to perform actions on a site that are specific to their interests, need to maintain database records about those users, as well other related information like addresses, phone numbers, pictures, etc..

This package provides a ready to use solution to implement database tables that keep track of such personal information, making it easier for developers that use the Doctrine ORM tool to develop applications that need to manager personal information in databases.

Manuel Lemos
Picture of Michael Cummings
  Performance   Level  
Name: Michael Cummings <contact>
Classes: 9 packages by
Country: United States United States
Age: ???
All time rank: 1897263 in United States United States
Week rank: 411 Up48 in United States United States Up
Innovation award
Innovation award
Nominee: 7x

Winner: 1x

Details

person_db_skeleton

Contributor Covenant FOSSA Status

Skeleton for common person database tables in MySQL, PostgreSQL, SQLite and Doctrine.

License

BSD-3-Clause

Copyright (c) 2020 Michael Cummings. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


  Files folder image Files  
File Role Description
Files folder imagebin (4 files)
Files folder imageconfig (3 files)
Files folder imagesrc (2 directories)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file migrations-db.php Aux. Auxiliary script
Accessible without login Plain text file migrations.json Data Auxiliary data
Accessible without login Plain text file phpspec.yml.dist Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  bin  
File Role Description
  Accessible without login Plain text file bootstrap.php Aux. Auxiliary script
  Accessible without login Plain text file pds-migrations Data Auxiliary data
  Accessible without login Plain text file pds-migrations.bat Data Auxiliary data
  Plain text file pds-migrations.php Class Class source

  Files folder image Files  /  config  
File Role Description
  Accessible without login Plain text file .env.default Data Auxiliary data
  Accessible without login Plain text file cli-config.php Conf. Configuration script
  Accessible without login Plain text file dotEnv-config.php Conf. Configuration script

  Files folder image Files  /  src  
File Role Description
Files folder imageModel (4 directories)
Files folder imageUtils (1 file)

  Files folder image Files  /  src  /  Model  
File Role Description
Files folder imageEntities (16 files)
Files folder imageMigrations (4 files)
Files folder imageProxies (13 files)
Files folder imageRepositories (6 files)

  Files folder image Files  /  src  /  Model  /  Entities  
File Role Description
  Plain text file AbstractTypes.php Class Class source
  Plain text file Addresses.php Class Class source
  Plain text file AddressTypes.php Class Class source
  Plain text file CreateAt.php Class Class source
  Plain text file Emails.php Class Class source
  Plain text file EmailTypes.php Class Class source
  Plain text file Genders.php Class Class source
  Plain text file Json.php Class Class source
  Plain text file People.php Class Class source
  Plain text file PeopleAddresses.php Class Class source
  Plain text file PeopleEmails.php Class Class source
  Plain text file PeoplePhoneNumbers.php Class Class source
  Plain text file PeoplePhotos.php Class Class source
  Plain text file PhoneNumbers.php Class Class source
  Plain text file PhoneTypes.php Class Class source
  Plain text file Pronouns.php Class Class source

  Files folder image Files  /  src  /  Model  /  Migrations  
File Role Description
  Plain text file AbstractVersion.php Class Class source
  Plain text file Version20191216000001.php Class Class source
  Plain text file Version20191216000002.php Class Class source
  Plain text file Version20200308044503.php Class Class source

  Files folder image Files  /  src  /  Model  /  Proxies  
File Role Description
  Plain text file __CG__PersonDBSkel...titiesAddresses.php Class Class source
  Plain text file __CG__PersonDBSkel...iesAddressTypes.php Class Class source
  Plain text file __CG__PersonDBSkel...lEntitiesEmails.php Class Class source
  Plain text file __CG__PersonDBSkel...itiesEmailTypes.php Class Class source
  Plain text file __CG__PersonDBSkel...EntitiesGenders.php Class Class source
  Plain text file __CG__PersonDBSkel...lEntitiesPeople.php Class Class source
  Plain text file __CG__PersonDBSkel...PeopleAddresses.php Class Class source
  Plain text file __CG__PersonDBSkel...iesPeopleEmails.php Class Class source
  Plain text file __CG__PersonDBSkel...plePhoneNumbers.php Class Class source
  Plain text file __CG__PersonDBSkel...iesPeoplePhotos.php Class Class source
  Plain text file __CG__PersonDBSkel...iesPhoneNumbers.php Class Class source
  Plain text file __CG__PersonDBSkel...itiesPhoneTypes.php Class Class source
  Plain text file __CG__PersonDBSkel...ntitiesPronouns.php Class Class source

  Files folder image Files  /  src  /  Model  /  Repositories  
File Role Description
  Plain text file AddressesRepository.php Class Class source
  Plain text file ArrayExceptionCommon.php Class Class source
  Plain text file EmailsRepository.php Class Class source
  Plain text file GendersRepository.php Class Class source
  Plain text file PeopleRepository.php Class Class source
  Plain text file PhoneNumbersRepository.php Class Class source

  Files folder image Files  /  src  /  Utils  
File Role Description
  Plain text file EManager.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:90
This week:1
All time:9,926
This week:560Up