Download the PHP package kilotonco/dncore without Composer

On this page you can find all versions of the php package kilotonco/dncore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package dncore

DNCore

던전앤파이터 온라인 API for PHP Library
네오플 던전앤파이터 API 를 사용합니다.

이름 던전앤파이터 온라인 API
버전 1.0.1
업데이트 2021.02.24

API 정보 : 네오플 던전앤파이터 API Docs

필수사양

PHP 7.2 이상
Composer 필수

라이센스 및 제작자

License MIT
제작자 KilotonCo / Github

설치

사용법

네오플에서 ApiKey를 발급받아서 입력.

형식 : DNCore API 명령 -> 전달할 파라미터(값) -> 전달할 파라미터(값) ...
파라미터를 작성이 끝나면 datacheck()를 사용해 API 사이트에서 전달하여 나온 Data 를 getJsonData()로 json으로 리턴.

<!> 파라미터는 필수가 아니면 없어도 상관없음.

예) 23번 아이템 검색 ( 황금 )

API 명령 파라미터 API 실행 Data 받기
item()
limit()
itemName()
wordType()
minLevel()
maxLevel()
rarity()
datacheck()
getJsonData()
또는
getData()

Data 받기

명령 리턴 타입
getJsonData() Json
getData() array

PHP Source

PHP Source 사용 시

결과값 사용법

['Result'] 에 결과값이 저장되어 있습니다.

DNCore API 명령

01. 서버 정보

servers()

02. 캐릭터 검색

characters()

03. 캐릭터 '기본정보' 검색

characters_detail()

04. 캐릭터 '타임라인 정보' 검색

characters_timeline()

05. 캐릭터 '능력치 정보' 검색

characters_status()

06. 캐릭터 '장착 장비' 검색

characters_equip()

07. 캐릭터 '장착 아바타' 검색

characters_avatar()

08. 캐릭터 '장착 크리쳐' 검색

characters_creature()

09. 캐릭터 '장착 휘장' 검색

characters_flag()

10. 캐릭터 '장착 탈리스만' 검색

characters_talisman()

11. 캐릭터 '스킬 스타일' 검색

characters_skill_style()

12. 캐릭터 '버프 스킬 강화 장착 장비' 검색

characters_skill_buff()

13. 캐릭터 '버프 스킬 강화 장착 아바타' 검색

characters_skill_avatar()

14. 캐릭터 '버프 스킬 강화 장착 크리쳐' 검색

characters_skill_creature()

15. 경매장 등록 아이템 검색

aution()

16. 경매장 등록 아이템 조회

auctionNo()

17. 경매장 시세 검색

auction_sold()

18. 아바타 마켓 상품 검색

avatar_market_sale()

19. 아바타 마켓 상품 조회

avatar_market_sale_goodsNo()

20. 아바타 마켓 상품 시세 검색

avatar_market_sold()

21. 아바타 마켓 상품 시세 조회

avatar_market_sold_goodsNo()

22. 아바타 마켓 해시태그 조회

avatar_market_hashtag()

23. 아이템 검색

item()

24. 아이템 상세 정보 조회

item_detail()

25. 아이템 상점 판매 정보 조회

item_shop()

26. 다중 아이템 상세 정보 조회

item_multi()

27. 세트 아이템 검색

item_set()

28. 세트 아이템 상세 정보 조회

item_set_detail()

29. 다중 세트 아이템 상세 정보 조회

item_multi_set_detail()

30. 장비 조합 세트 아이템 활성화 정보 조회

item_multi_set_equip_detail()

31. 직업정보

jobs()

32. 직업별 스킬 리스트

job_skill()

33. 직업별 스킬 상세 정보 조회

job_skill_detail()


All versions of dncore with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package kilotonco/dncore contains the following files

Loading the files please wait ...