REST API PHP App

  1. {
  2. "title": "REST API",
  3. "description": "List of users fetched from MySQL database using my REST API written in PHP. All CRUD operations applied are saved back to database in tables separate for each visitor",
  4. }

    1. {
    2. "first_name": "Maxy"
    3. "last_name": "Ludgate"
    4. "username": "mludgate0"
    5. "email": "mludgate0@privacy.gov.au"
    6. "password": "W4zTZ4nwx"
    7. }

    1. {
    2. "first_name": "Gris"
    3. "last_name": "Cashen"
    4. "username": "gcashen1"
    5. "email": "gcashen1@sfgate.com"
    6. "password": "xZJ5tDpcqBvW"
    7. }

    1. {
    2. "first_name": "Violetta"
    3. "last_name": "Bartelet"
    4. "username": "vbartelet2"
    5. "email": "vbartelet2@redcross.org"
    6. "password": "AsaUK3KWI"
    7. }

    1. {
    2. "first_name": "Laughton"
    3. "last_name": "Smallshaw"
    4. "username": "lsmallshaw3"
    5. "email": "lsmallshaw3@cyberchimps.com"
    6. "password": "qe05WrzlnDpa"
    7. }

    1. {
    2. "first_name": "Sherwynd"
    3. "last_name": "Lobb"
    4. "username": "slobb4"
    5. "email": "slobb4@archive.org"
    6. "password": "0ZPjwhd"
    7. }

    1. {
    2. "first_name": "Drud"
    3. "last_name": "Carruth"
    4. "username": "dcarruth5"
    5. "email": "dcarruth5@home.pl"
    6. "password": "yCzvytqG"
    7. }