{"id":22153662,"url":"https://github.com/frugan-dev/preapp","last_synced_at":"2026-05-09T10:41:50.684Z","repository":{"id":92283703,"uuid":"164314572","full_name":"frugan-dev/preapp","owner":"frugan-dev","description":"PreApp is a simple PHP application that uses auto_prepend_file and auto_append_file directives.","archived":false,"fork":false,"pushed_at":"2021-12-07T14:26:19.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T18:47:06.411Z","etag":null,"topics":["php","polyfill","recaptcha","sentry","wordpress"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frugan-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-01-06T14:25:06.000Z","updated_at":"2021-12-07T14:26:22.000Z","dependencies_parsed_at":"2023-03-21T08:56:18.060Z","dependency_job_id":null,"html_url":"https://github.com/frugan-dev/preapp","commit_stats":null,"previous_names":["frugan-dev/preapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frugan-dev%2Fpreapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frugan-dev%2Fpreapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frugan-dev%2Fpreapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frugan-dev%2Fpreapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frugan-dev","download_url":"https://codeload.github.com/frugan-dev/preapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245284641,"owners_count":20590307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","polyfill","recaptcha","sentry","wordpress"],"created_at":"2024-12-02T01:36:02.552Z","updated_at":"2026-05-09T10:41:45.656Z","avatar_url":"https://github.com/frugan-dev.png","language":"PHP","funding_links":["https://www.buymeacoffee.com/brand"],"categories":[],"sub_categories":[],"readme":"[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n# PreApp\n\nPreApp is a simple PHP application that uses [auto_prepend_file](http://php.net/manual/it/ini.core.php#ini.auto-prepend-file) and [auto_append_file](http://php.net/manual/it/ini.core.php#ini.auto-append-file) directives.\n\n### Modules\n\n- ObfuscateEmail\n- ReCaptcha2Invisible\n- ReCaptcha3\n- ReCaptcha3Ajax\n- ReCaptcha3AjaxHtml\n- MinifyHtml\n- NoJoomlaAdmin\n- NoOpenCartAdmin\n- NoWpAdmin\n- NoWpLogin\n- Polyfill\n- Sentry\n\n### Installation\n\nEdit .user.ini:\n\n```\nauto_prepend_file = /var/www/domain.ltd/private/PreApp/prepend.php\nauto_append_file = /var/www/domain.ltd/private/PreApp/append.php\n```\n\nor .htaccess:\n\n```\nphp_value auto_prepend_file /var/www/domain.ltd/private/PreApp/prepend.php\nphp_value auto_append_file /var/www/domain.ltd/private/PreApp/append.php\n```\n\nor vhosts.conf:\n\n```\n\u003cVirtualHost *:80\u003e\n\t...\n\tphp_admin_value auto_prepend_file /var/www/domain.ltd/private/PreApp/prepend.php\n\tphp_admin_value auto_append_file /var/www/domain.ltd/private/PreApp/append.php\n\u003c/VirtualHost\u003e\n```\n\n### Changelog\n\nSee auto-[CHANGELOG](CHANGELOG.md) file.\n\n### Contributing\n\nFor your contributions please use the [git-flow workflow](https://danielkummer.github.io/git-flow-cheatsheet/).\n\n### Support\n\n\u003c!-- \nhttps://www.buymeacoffee.com/brand \nhttps://stackoverflow.com/a/26138535/3929620\nhttps://github.com/nrobinson2000/donate-bitcoin\nhttps://bitcoin.stackexchange.com/a/48744\nhttps://github.com/KristinitaTest/KristinitaTest.github.io/blob/master/donate/Bitcoin-Protocol-Markdown.md\n--\u003e\n[\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" width=\"200\" alt=\"Buy Me A Coffee\"\u003e](https://buymeacoff.ee/frugan)\n\n### Usefull links\n\n- http://alistapart.com/article/gracefulemailobfuscation\n- https://gist.github.com/hengkiardo/4023901\n- https://www.electrictoolbox.com/php-automatically-append-prepend/\n- https://recaptcha-demo.appspot.com\n- https://tehnoblog.org/google-no-captcha-invisible-recaptcha-first-experience-results-review/\n- https://github.com/kornelski/Sblam\n- http://www.spamhelp.org/software/listings/server-side/\n\n### License\n\n(ɔ) Copyleft 2021 [Frugan](https://about.me/frugan)\n[GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/), see [COPYING](COPYING) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrugan-dev%2Fpreapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrugan-dev%2Fpreapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrugan-dev%2Fpreapp/lists"}