janrydrych/github-repo-lister

Testing purposes

1.0.2 2017-10-29 15:39 UTC

This package is not auto-updated.

Last update: 2025-03-30 07:19:08 UTC


README

Gets Github repo list and logs each search.

Requirements

  • PHP 7.0+
    • PDO (PHP Data Objects) extension (pdo)

Installation

  1. Include the library via Composer :

    $ composer create-project janrydrych/github-repo-lister .
    
  2. Configuration directives can be changed in the Configuration class. Feel free to modify it according to your needs and desired database platform.

  3. The project uses delight-im/PHP-Auth, so the database for the authentication has to be created. The DSN and credentials are set in Configuration and even the database schema is available for SQLite and MySQL as well, so basically create DB on your favourite platform and import the schema.

  4. New users for the delight-im/PHP-Auth can be created according to its documentation or the project contains small utility file user-creator.php for such a purpose (edit the file, insert desired username credentials and run it).

  5. Remove the user-creator.php.

  6. Data storage database is initialized automatically, even if you delete it.

Usage

There are three main files:

  1. repo-list.php which shows the list of public repositories for user.

  2. search-log.php which shows paginated list of api queries that has been made.

  3. log-purge.php which is authenticated (see Installation 3. and 4.) and deletes logs that are older than entered hours.