{"id":23094082,"url":"https://github.com/s3rgiosan/fm-plus","last_synced_at":"2025-08-16T10:32:19.380Z","repository":{"id":62538809,"uuid":"82689373","full_name":"s3rgiosan/fm-plus","owner":"s3rgiosan","description":"Common utility classes for the Fieldmanager plugin on WordPress.","archived":false,"fork":false,"pushed_at":"2017-06-10T14:55:44.000Z","size":18,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-08-16T16:54:21.134Z","etag":null,"topics":["custom-fields","fieldmanager","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/s3rgiosan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-21T14:31:23.000Z","updated_at":"2023-06-22T20:11:13.000Z","dependencies_parsed_at":"2022-11-02T15:17:15.314Z","dependency_job_id":null,"html_url":"https://github.com/s3rgiosan/fm-plus","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rgiosan%2Ffm-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rgiosan%2Ffm-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rgiosan%2Ffm-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rgiosan%2Ffm-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s3rgiosan","download_url":"https://codeload.github.com/s3rgiosan/fm-plus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230032674,"owners_count":18162488,"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":["custom-fields","fieldmanager","wordpress","wordpress-plugin"],"created_at":"2024-12-16T21:56:03.732Z","updated_at":"2024-12-16T21:56:04.299Z","avatar_url":"https://github.com/s3rgiosan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest Stable Version](https://poser.pugx.org/s3rgiosan/fm-plus/v/stable)](https://packagist.org/packages/s3rgiosan/fm-plus)\n[![Total Downloads](https://poser.pugx.org/s3rgiosan/fm-plus/downloads)](https://packagist.org/packages/s3rgiosan/fm-plus)\n[![License](https://poser.pugx.org/s3rgiosan/fm-plus/license)](https://packagist.org/packages/s3rgiosan/fm-plus)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6dc6efd8e7594536aaf457d136d01d9b)](https://www.codacy.com/app/s3rgiosan/fm-plus?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=s3rgiosan/fm-plus\u0026amp;utm_campaign=Badge_Grade)\n[![Code Climate](https://codeclimate.com/github/s3rgiosan/fm-plus/badges/gpa.svg)](https://codeclimate.com/github/s3rgiosan/fm-plus)\n\n# Fieldmanager Plus #\n**Contributors:** [s3rgiosan](https://profiles.wordpress.org/s3rgiosan)  \n**Tags:** custom, fields, fieldmanager, library  \n**Requires at least:** 4.7  \n**Tested up to:** 4.7  \n**Stable tag:** 1.0.0  \n**License:** GPLv2 or later  \n**License URI:** http://www.gnu.org/licenses/gpl-2.0.html  \n\nCommon utility classes for the Fieldmanager plugin on WordPress.\n\n## Description ##\n\nCommon utility classes for the Fieldmanager plugin on WordPress.\n\n### Usage ###\n\n### Adds a meta box to the new/edit front page screen ###\n\n```php\nadd_action( 'fm_post_page_on_front', function() {\n    $fm = new \\Fieldmanager_TextField( array(\n        'name' =\u003e 'demo',\n    ) );\n    $fm-\u003eadd_meta_box( 'Basic Field', 'post' );\n} );\n```\n\n## Installation ##\n\nEven though Fieldmanager Plus exists as a plugin, it doesn't do anything by\nitself, but it does make its classes and functions available so you don't have\nto include it as a dependency in every single one of your plugins or themes.\n\n### Dashboard ###\n\n1. Go to the 'Plugins' menu, and choose 'Add New'.\n2. Search for 'fm-plus', and then click 'Install Now'.\n2. Click 'Activate'.\n\n### FTP ###\n\n1. Download and extract the .zip file.\n2. Upload the unzipped folder to the `/wp-content/plugins/` directory.\n3. Activate the plugin through the 'Plugins' menu.\n\n### Composer ###\n\n`composer require s3rgiosan/fm-plus`\n\n## Frequently Asked Questions ##\n\n### Where can I report bugs? ###\n\nBugs can be reported on the [GitHub repository](https://github.com/s3rgiosan/fm-plus/issues).\n\n### How can I contribute? ###\n\nJoin in on our [GitHub repository](https://github.com/s3rgiosan/fm-plus) and read our [contribution](https://github.com/s3rgiosan/fm-plus/blob/master/CONTRIBUTING.md) guidelines.\n\n## Changelog ##\n\n### 1.0.0 ###\n* Initial release.\n\n## Upgrade Notice ##\n\n### 1.0 ###\nInitial release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs3rgiosan%2Ffm-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs3rgiosan%2Ffm-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs3rgiosan%2Ffm-plus/lists"}